Skip to content

feat(mapper): support monorepo Next project mapping#18

Merged
vincentkoc merged 1 commit into
openclaw:mainfrom
camwest:codex/monorepo-project-mapping
May 16, 2026
Merged

feat(mapper): support monorepo Next project mapping#18
vincentkoc merged 1 commit into
openclaw:mainfrom
camwest:codex/monorepo-project-mapping

Conversation

@camwest
Copy link
Copy Markdown
Contributor

@camwest camwest commented May 16, 2026

Motivation

I use an Nx-based monorepo with a Next app inside it, and the default mapper only handled root-level Next apps well.

How it works

  • Discovers workspace packages and Nx project roots before framework mapping.
  • Runs Next route mapping relative to each discovered project root.
  • Tags mapped features by project name and project root.
  • Adds --project filtering for focused review/report/next workflows.
  • Uses Nx project targets for nearby route test commands.

Open to feedback on the project scoping shape or review ordering.

@vincentkoc vincentkoc force-pushed the codex/monorepo-project-mapping branch from d655631 to 869cdac Compare May 16, 2026 18:59
@vincentkoc vincentkoc merged commit cb85832 into openclaw:main May 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants